@charset "utf-8";
/* 所有类名用小写，中横线 */
body{color: #333333;}
a{color: #333333;}
a:hover{color:#C43027;}
input::-webkit-input-placeholder{color: #cccccc;}

/*** layout ***/
.body-bg{background: #F9F9F9;}
/* .container{width: 1400px;} */
.bg-white{background: #fff;}
.bg-lightred{background: linear-gradient(175.51deg, rgba(249, 236, 232, 0.44) 0%, rgba(241, 212, 204, 0.44) 100%);}
.bg-lightgray{background: #FAFAFA;}
/* .com-pannel{padding: 15px 20px; background: #fff; box-sizing: border-box;} */
.com-panel-gray{background: #FAFAFA; padding: 25px;}
.com-border{ background: #fff; border: 1px solid #F0D6C2; box-shadow: 0px 3px 30px  rgba(89, 28, 0, 0.06);}
.com-panel-gray .com-title{margin-left: -25px;}
.fontcolor-red{color: #C43027;}
.fontcolor-888{color: #888;}

.row-limit > .afterline:after,
.row-limit > .beforeline:before{content: ''; position: absolute;  top: 0; width: 1px; height: 100%; background: #EBEBEB;}
.row-limit > .afterline:after{right: 0;}
.row-limit > .beforeline:before{left: -1px;}

@media (max-width: 1500px) {
  body{font-size: 15px;}
  /* body{font-size: 14.25px;} */
}

@media (max-width: 1280px) {
  .row-limit > .afterline:after, .row-limit > .beforeline:before{display: none;}
}
/* @media (max-width: 768px) {
  .res-fontsize{font-size: 12.8px;}
} */


/* @font-face {
  font-family: 'syst';
  src: url('../font/NotoSerifCJKsc-Medium.woff') format('woff');
}
@font-face {
  font-family: 'systb';
	src: url('../font/NotoSerifCJKsc-Bold.ttf') format('truetype');
}
.font-syst, .font-syst-b{-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.font-syst{font-family: "syst";}
.font-syst-b{ font-family: "systb";font-weight: 700;} */

/* tab */
/* 
两种风格标题选项卡样式
.tab-brief:简洁型
.tab-card:卡片型
.res:需要小屏下响应时用，常用于标题个数多，一排放不下的情况
.js-tab:js-开头的类名只用于脚本查询DOM用，不建议在该类下写样式
.more:率属于某一块下的类名，不建议单独写全局样式，会影响到其他更多样式
 */
 .tab-brief > .hd.line{border-bottom: #D5D5D5 1px solid;}
 .tab-brief > .hd ul{float: left; font-size: 2em;}
 .tab-brief > .hd li{float:left; font-weight: bold; line-height: 42px;}
 .tab-brief > .hd li a{transition: .3s all;}
 .tab-brief > .hd li + li a{margin-left: 50px;}
 .tab-brief > .hd ul.activeline li a, 
 .tab-brief > .hd.line:not(.block) li a, 
 .tab-brief > .hd.pb li a{padding-bottom: 16px;}
 .tab-brief > .hd ul.activeline li a{display: inline-block; position: relative;}
 .tab-brief > .hd ul.activeline li a:after{content: ''; position: absolute; width:0; bottom:-1px; left:0; height: 4px; background:#C43027; border-radius: 2px; transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
 .tab-brief > .hd ul.activeline li.on a:after{width: 100%;}
 /* .tab-brief > .hd ul.activeline li a:before{content: ''; width: 0; height: 5px; position: absolute; left: 0; bottom: -1px; background: #333333; z-index: 1;}
 .tab-brief > .hd ul.activeline li.on a:before{width: 1em;} */
 /* .tab-brief > .hd.fw-bold li a{font-weight: bold;} */
 .tab-brief > .hd ul.color-gray li:not(.on) a{color: #808080;}
 .tab-brief > .hd ul.cloud li.on{background: url(../images/tab_cloud.png) no-repeat right bottom; background-size: 95px;}
 .tab-brief > .hd li a:hover{color: #333;}
 .tab-brief > .hd ul.fs24{font-size: 1.5em;}
 .tab-brief > .hd ul.ml40 li + li a{margin-left: 40px;}
 .tab-brief > .hd ul.ml80 li + li a{margin-left: 80px;}
 
 .tab-brief > .hd li.split:before{position: absolute; left: 0; top: 50%; margin-top: -6px; content:''; width: 1px; height:15px; background: #D1D1D1;}
 .tab-brief > .hd li.split{padding-left: 18px; margin-left: 18px;}

 .tab-brief > .hd .more{float: right; line-height: 42px;}
 
 .tab-brief > .hd.block li a{display: block; padding: 0 22px; line-height: 46px; border-radius: 5px 5px 0 0;}
 .tab-brief > .hd.block li.on a{background: #C43027; color: #fff;}
 .tab-brief > .hd.block .more{line-height: 46px; padding-top: 0;}
 
 .tab-brief > .hd.flex ul{float: none; display: flex; justify-content: space-between;}
 .tab-brief > .hd.flex ul:before,
 .tab-brief > .hd.flex ul:after{display: none;}
 .tab-brief > .hd ul[class*="cols-"]{float: none;}
 .tab-brief > .hd ul[class*="cols-"] li + li a{margin-left: 0;}

 .tab-brief > .hd dl{line-height: 42px;}
 .tab-brief > .hd dl dd{float: left; position: relative; font-size: 1.25em;}
 /* .tab-brief > .hd dl dd:before{content: ''; width: 5px; height: 5px; position: absolute; left: 0; top: 50%; margin-top: -2px; background: #C30905; border-radius: 50%;} */
 /* .tab-brief > .hd dl dd a{color:#999999;} */
 .tab-brief > .hd dl dd + dd{margin-left: 30px;}
 .tab-brief > .hd dl dd.on a{color: #C43027;}


 .tab-card > .hd{background: #f2f2f2;}
 .tab-card > .hd ul{float: left; font-size: 1.75em;}
 .tab-card > .hd li{float:left; position: relative; line-height:42px; }
 .tab-card > .hd li a{display: block; padding: 13px 30px; text-align: center; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
 .tab-card > .hd ul.color-gray li:not(.on) a{color: #808080;}
 .tab-card > .hd li.on{cursor:pointer;}
 .tab-card > .hd li.on a{background:#C43027; color: #fff; font-weight: bold;}
 .tab-card > .hd .more{float: right;}
 .tab-card > .hd ul.arrow li.on:after{content: ''; position: absolute; width: 0; height: 0; left: 50%; top: 100%; border:transparent solid 8px; border-top-color: #C43027; margin-left: -8px;}
 .tab-card > .hd li:not(.on) a:hover{color: #C43027 !important;}
 
 .tab-block > .hd{line-height:34px;}
 .tab-block > .hd ul{float: left;}
 .tab-block > .hd li{float:left; position: relative;font-size: 1.125em;}
 .tab-block > .hd li + li a{margin-left: 20px;}
 .tab-block > .hd li a{display: block; background: #F0F0F0; padding: 0 20px; border-radius: 4px; color: #999999; text-align: center; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
 .tab-block > .hd li.on{cursor:pointer;}
 .tab-block > .hd li.on a{background:#C43027; color: #fff;}
 .tab-block > .hd.fw-bold li a{font-weight: bold;}
 .tab-block > .hd .more{float: right; margin-right: 15px;}
 .tab-block > .hd.arrow li.on:after{content: ''; position: absolute; width: 0; height: 0; left: 50%; top: 100%; border:transparent solid 8px; border-top-color: #1672D5; margin-left: -8px;}
 
 .com-more a{color:#C43027; }
 .com-more-gray a{color:#A6A6A6; }
 .com-more-gray a:hover{color:#C43027; }
 .more-arrow a{display: inline-block; padding-right: 60px; display: inline-block; color: #808080; background: url(../images/arrow_more_gray.png) no-repeat right center; background-size: 52px; transition: .3s all;}
 .more-arrow a:hover{color:#C43027; background-image: url(../images/arrow_more_red.png);}

 .more-arrow2 a{display: inline-block; padding-right: 70px; display: inline-block; background-repeat: no-repeat; background-position: right center; background-size: 60px 12px; background-size: 52px; transition: .3s all;}
 .more-arrow2.white a{color: #fff; background-image: url(../images/arrow_more2_white.png);}
 .more-arrow2.red a{color: #B33030; background-image: url(../images/arrow_more2_red.png);}

 .tab-brief .bd > .item .infolist, 
 .tab-card .bd > .item .infolist{margin-top: 10px;}
 .tab-brief .bd > .item .infolist.mt0, 
 .tab-card .bd > .item .infolist.mt0{margin-top: 0;}
 .js-tab .more a + a{display: none;}
 .js-tab > .bd > * + * {display: none;}
 
 .m-com-more{clear: both; text-align:center; line-height:40px; border-radius: 20px; margin-left: auto; margin-right: auto; text-align: center; width: 120px; background-color:#f5f5f5; display: none; border: #ececec 1px solid;}
 .m-com-more a{color:#666;}
 .m-com-more a:hover{color: #333;}
 .bg-lightblue .m-com-more,
 .com-panel-lightred .m-com-more,
 .com-panel-lightred .m-com-more,
 .com-panel-gray .m-com-more{background: #fff;}
 
 @media (max-width: 768px) {
   .tab-brief > .hd.res{margin-top: -5px;}
   .tab-brief > .hd.res ul{margin: 0 -2px !important; font-size: 1.375em}
   .tab-brief > .hd.res ul li{margin: 0; padding: 0 !important; border-bottom:none;}
   .tab-brief > .hd.res ul li a{display: block;margin:5px 2px 0 !important; padding:7px 12px !important; line-height:1.5; background-color:#f1f1f1; color: #666;}
   .tab-brief > .hd.res ul li.on a{color:#fff; background:#C43027;}
   .tab-brief > .hd.res li a:before,
   .tab-brief > .hd.res li a:after{display: none;}
   .tab-brief.arrow > .hd.res li.on i{display: none;}
   .tab-brief .bd > .item > .newsList{margin-top: 0;}
 
   .tab-brief > .hd.res li.split:before{display: none;}
 
   .tab-card > .hd.res{margin-bottom: -10px; background: none; border-bottom: #dfdfdf 1px solid;}
   .tab-card > .hd.res ul{font-size: 1.375em;}
   .tab-card > .hd.res ul li{margin:0 !important; width: auto !important;}
   .tab-card > .hd.res ul li a{margin:5px 2px 0 !important; padding:7px 12px !important;  height: auto; line-height:1.5; color: #666;}
   .tab-card > .hd.res ul li.on a{background:#C43027; color: #fff;}
   .tab-card > .bd .item > .newsList{margin-top: 0;}
   .tab-card > .hd .more,
   .tab-brief > .hd .more{display: none;}
 
   .tab-block > .hd.res li{margin: 0 5px 5px 0;}
   .tab-block > .hd.res li a{padding: 0 10px;}
   .tab-block > .hd.arrow.res li.on:after{ border-width: 6px; margin-left: -6px;}
 
   .m-com-more{display:block;}
 
 }
 @media (max-width: 480px) {
   .tab-brief > .hd.flex ul{display: block;}
   .tab-brief > .hd.flex ul li{text-align: center;}
 }

.js-tabSwitch > .js-switch-bd{position: relative;/*overflow: hidden;*/}
.js-tabSwitch > .js-switch-bd .js-switch-item{position:absolute; z-index:1; top:0; left:0; width:100%; opacity:0; -moz-opacity:0; filter:alpha(opacity=0);-khtml-opacity:0; transition:opacity .2s; box-sizing: border-box;}
.js-tabSwitch > .js-switch-bd .js-switch-item.show{position:relative;z-index:2;opacity:1;-moz-opacity:1;filter:alpha(opacity=100);-khtml-opacity:1}
@media (max-width: 1280px) {
  .js-tabSwitch-md-showall > .js-switch-hd{display: none;}
  .js-tabSwitch-md-showall > .js-switch-bd{overflow: inherit;}
  .js-tabSwitch-md-showall > .js-switch-bd .js-switch-item{opacity: 1 !important; display: block !important; position: static; margin-bottom: 20px; margin-top: 0;}

}

/* infolist */
/***
稿件列表样式：
dot:标题前带小点
md:日期-月日
ymd：日期-年月日
line:每条信息之间含分割下滑线
space20:多列之间含20px的间距
space30:多列之间含30px的间距
多列在768以下响应变成一列
 ***/
.infolist{clear: both;}
.infolist li{position:relative; padding-top: 11px; padding-bottom: 11px; line-height:28px; overflow:hidden; vertical-align: top;}
.infolist li > a,
.infolist li .box > a{float: left; position: relative; font-size: 1.125em; max-width: 100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.infolist li, .infolist li a{-moz-box-sizing: border-box; -welit-box-sizing: border-box; box-sizing: border-box;}
.infolist li .time{position:absolute; right:0; top: 0; bottom: 0; height: 28px; margin: auto 0; color:#999;}
.infolist li a br{display: none;}
.infolist li:hover a, .infolist li a:hover{color: #C43027;}
.infolist li:hover span{color:#C43027;}
.infolist.md li{padding-right:60px;}
.infolist.ymd li,
.infolist.ymd li .box{padding-right:110px;}
.infolist li.istop > a{position: relative; padding-right: 50px;}
.infolist li.istop > a:after{content: ''; width: 36px; height: 20px; background: url(../images/icon_zhiding.png) no-repeat; background-size: 100%; position: absolute; right: 0; top: 4px;}

.infolist.dot li > a,
.infolist.dot li .box > a{padding-left: 25px;}
.infolist.dot li > a:before,
.infolist.dot li .box > a:before{content:''; position:absolute; left:0; top: 50%; margin-top: -3px; width: 6px; height: 6px; background: #d1d1d1; transition: .3s all; }
.infolist.dot li:hover a:before{background: #C72C24;}
.infolist.dot-red li > a:before{background: #C72C24;}
.infolist.dot-green li > a:before{background: #62BAA4;}
.infolist.dot.dot-rhomboid li > a:before{ transform: rotate(-45deg); left: 2px;}
.infolist.dot.dot-circle li > a:before,
.infolist.dot.dot-circle li .box > a:before{border-radius: 50%;}
.infolist li > a em.ly{font-style: normal; color: #C72C24;}

.infolist.dot-file li > a{padding-left: 40px;}
.infolist.dot-file li > a:before{content:''; position:absolute; left:5px; top: 50%; width: 16px; height: 20px; margin-top: -8px; background: url(../images/icon_file.png) no-repeat; background-size: 100% 100%; transition: .3s all; }
.infolist.dot-file li:hover > a:before{background: url(../images/icon_file_red.png) no-repeat; background-size: 100% 100%;}

.infolist.dot-zc li > a{padding-left: 40px;}
.infolist.dot-zc li > a:before{content:''; position:absolute; left:5px; top: 50%; width: 18px; height: 20px; margin-top: -8px; background: url(../images/infolist_icon_zc.png) no-repeat; background-size: 100% 100%; transition: .3s all; }
.infolist.dot-zc li:hover > a:before{background: url(../images/infolist_icon_zc_red.png) no-repeat; background-size: 100% 100%;}

/* .infolist.dot.dot-rhomboid li > a,
.infolist.dot.dot-rhomboid li .box > a{padding-left: 25px;} */

.infolist.line li{border-bottom: 1px solid #e1e5eb;}
.infolist.dashed li{border-bottom: 1px dashed #D6D6D6;}
.infolist.li-h72 li,
.infolist[class*='space-'].li-h72 li .box{padding-top: 22px; padding-bottom: 22px;}
.infolist.lastnoline li:last-child{border-bottom: none !important;}
.infolist.fs20 li > a{font-size: 1.25em;}
.infolist.fs16 li,
.infolist.fs16[class*='space-'] li .box{padding-top: 7px; padding-bottom: 7px;}
.infolist.fs16 li > a,
.infolist.fs16 li .box > a{font-size: 1em;}

.infolist li .box{position: relative; overflow:hidden; }
.infolist[class*='space-'] li .box{padding-top: 10px; padding-bottom: 10px;}
.infolist[class*='space-']{margin-top: 0;}
.infolist[class*='space-'] li{padding-left: 0 !important; padding-right: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important;}
.infolist[class*='space-'] li .box{margin-top: 0;}

.infolist.mulit li > a{ position: static; float: none; padding-left: 0; max-width:none; white-space:normal;}
.infolist.mulit li > .time{position:static; display: inline-block;}
.infolist.mulit li > a:before{top: 23px; margin-top: 0;}
.infolist.mulit.dot li{padding-left: 18px;}

.infolist.mulit2 li > a{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
.infolist.mulit2.dot li > a:before{top: 14px;}
.infolist.mulit2 li > .time{top: 12px;bottom: auto;}

.infolist.split5n li:nth-child(5n){margin-bottom:15px; padding-bottom:25px; border-bottom:1px dashed #ccc;}

.infolist.timeblock li .time{position: static; display: block; clear: both; color: #A6A6A6;  padding-top: 6px;} 
.infolist.timeblock.dot li .time{margin-left: 25px;}

@media (max-width: 1500px) {
  .infolist.li-h72 li,
  .infolist[class*='space-'].li-h72 li .box{padding-top: 18px; padding-bottom: 18px;}
}


 @media (max-width: 992px) {
  .infolist li{ padding-top: 9px; padding-bottom: 9px;}
 }
 @media (max-width: 768px) {
   .infolist.md[class*="space"] li{padding-right:60px;}
   .infolist.ymd[class*="space"] li{padding-right:110px;} 
 
   .res.infolist li,
   .res.infolist li .box{padding-right:0 !important; position: relative;}
   .res.infolist li > a,
   .res.infolist li .box > a{ position: static; float: none; max-width:none; padding-left: 0; white-space:normal;}
   .res.infolist.ymd li > a,
   .res.infolist.ymd li .box > a,
   .res.infolist.md li > a,
   .res.infolist.md li .box > a{padding-right: 12px;}
   .res.infolist li .time{position:static; display: inline-block;}
   .res.infolist.dot li > a:before,
   .res.infolist.dot li .box > a:before,
   .res.infolist.mulit2.dot li > a:before{top: 21px; margin-top: 0; width: 6px; height: 6px; }
   .res.infolist.li-h72.dot li a:before{top: 28px;}
   .res.infolist.dot li,
   .res.infolist.dot li .box{padding-left: 18px;}
   .res.infolist.dot-file li{padding-left: 36px;}
   .res.infolist.li-h72.dot-file li a:before{top: 31px;}

   .res.infolist.dot-zc li > a:before{top: 17px; margin-top: 0;}
   .res.infolist.dot-zc li{padding-left: 36px;}
 }


.infolist-block li .box{box-sizing: border-box; transition: .3s all; display: flex; align-items: center;}
.infolist-block li .box:after{content:""; width:0; height:100%;}
.infolist-block li .box:after,
.infolist-block li .box span{display: inline-block; vertical-align: middle;}
.infolist-block li .box .elli-m{display: -webkit-box;}
.infolist-block.center li .box{text-align: center; justify-content: center;}
@media (max-width: 768px) {
  /* .infolist-block li .box{height: auto !important;} */
  .infolist-block li .box .elli-m{display: block;}
}

.infolist-yaowen li .box{position: relative; min-height: 94px; padding-left: 130px;}
.infolist-yaowen li .time{position: absolute; left: 0; width: 100px; height: 94px; top: 50%; margin-top: -47px; background: #FFFFFF; border: 1px solid #F0C2B4; text-align: center; box-sizing: border-box; transition: .3s all;}
.infolist-yaowen li .time b{display: block; color: #C44427; font-size: 1.5em; margin-bottom: 5px; padding-top: 18px;}
.infolist-yaowen li .time span{display: block; color: #C44427; font-weight: bold;}
.infolist-yaowen li + li{margin-top: 40px;}
.infolist-yaowen li .tit{font-size: 1.5em; margin-bottom: 10px; padding-top: 2px;}
.infolist-yaowen li .memo{color: #808080; line-height: 1.4;}
.infolist-yaowen li .box:hover .time,
.infolist-yaowen li.on .box .time{background: #FFF5ED;}
.infolist-yaowen li .box:hover .tit a,
.infolist-yaowen li.on .box .tit a,
.infolist-yaowen li.on .box .tit{color: #C44427;}


/***
菜单卡片样式：
***/
.iconmenu li .box{display: block;}

.iconmenu li .box{position: relative;}
.iconmenu li .box .icon{display: block; font-size: 0; line-height: 0;}
.iconmenu.splitline li .box{position: relative;}
.iconmenu.splitline li .box:before{position: absolute; top: 0; bottom: 0; left: 0; content: ""; width: 1px; background: #ecf2f9;}
.iconmenu.splitline li:first-child .box:before{display: none;}

.iconmenu.inline li .icon,
.iconmenu.inline li .txt{display: inline-block; vertical-align: middle;}

.iconmenu.break li .box{text-align: center;}
.iconmenu.break li.icon{display: block;}
.iconmenu.break li.icon img{display: block; margin-left: auto; margin-right: auto;}
.iconmenu.break li.txt:not([class*="elli-"]){display: block;}

.iconmenu.position li .box{position: relative;}
.iconmenu.position li .icon{position: absolute; top: 50%; transform: translateY(-50%);}

.iconmenu.valignmiddle li .box:after{content: ''; width: 0; height: 100%;}
.iconmenu.valignmiddle li .box:after,
.iconmenu.valignmiddle li .txt,
.iconmenu.valignmiddle li .icon{vertical-align: middle; display: inline-block;}
 
.iconmenu.center li .box{text-align: center;}

.iconmenu.pos-valignmiddle li .box{position: relative;}
.iconmenu.pos-valignmiddle li .box .icon,
.iconmenu.pos-valignmiddle li .box .txt{position: absolute; top: 50%; transform: translateY(-50%);}

/* com-title */
.com-title h3{position:relative; display: inline-block; font-size:2em; font-weight:bold;}
.com-title h3 a:hover{color:#C43027;}
.com-title.color-blue h3,
.com-title.color-blue h3 a{color: #C43027;}
.com-title.square h3:before{position:absolute; top:50%; left:0; content:""; width:6px; height:28px; margin-top:-12px; background-color:#C43027;}
.com-title.square h3{padding-left:28px;}
.com-title.square.orange h3:before{background: #ee5e37;}
.com-title.underline h3{padding-bottom: 18px;}
.com-title.underline h3:after{position:absolute; bottom: 0; left:0; content:""; width:100%; height:3px; background-color:#1F5EAB;}
.com-title.underline.red h3:after{background: #C20000;}
.com-title.underline.half h3{padding-bottom: 14px;}
.com-title.underline.half h3:after{width: 2em;}
.com-title.fs24 h3{font-size: 1.5em;}
.com-title.fs24.square h3{padding-left: 25px;}
.com-title.fs24.square h3:before{width: 4px; height:22px; margin-top: -10px;}
.com-title.line{border-bottom: 1px solid #DEDEDE; padding-bottom: 15px;}

@media (max-width: 768px) {
  .com-title h3{font-size: 1.5em;}
  .com-title.square h3:before{width: 4px; height: 22px; margin-top: -10px;}
  .com-title.square h3{padding-left: 20px;}
}

.com-tit-b{text-align: center; overflow: hidden;}
.com-tit-b .box{position: relative; display: inline-block;}
.com-tit-b .line{position: absolute;}
.com-tit-b .line.l{right: 100%;}
.com-tit-b .line.r{left: 100%;}
@media (max-width: 992px) {
  .com-tit-b{justify-content: center;}
}

.zdpt-com-tit .line{width: 680px; height: 37px; top: 50%; margin-top: -18px;}
.zdpt-com-tit h2{font-size: 2em; font-weight: bold; display: inline-block; padding-bottom: 15px; position: relative; z-index: 3; letter-spacing: 4px;}
.zdpt-com-tit h2:after{content: ''; height: 4px; border-radius: 2px; background: #C43027; position: absolute; left: 0; right: 0; bottom: 0;}
.zdpt-com-tit .line.l{right: 85%;}
.zdpt-com-tit .line.r{left: 85%;}

.tzby-tit-b strong{font-family: Arial; color: #B33030; font-size: 4.5em;}
.tzby-tit-b h3{display: inline-block; font-size: 1em;}
.tzby-tit-b h3 span{font-size: 2.25em; display: block;}
.tzby-tit-b h3 em{font-style: normal; color: #B33030; display: block; font-weight: normal;}

/* .tzby-tit-b2{position: relative; padding-left: 25px;}
.tzby-tit-b2:before{content: ''; width: 10px; height: 50px; background: #B33030; position: absolute; left: 0; top: 11px;}
.tzby-tit-b2 h3{font-size: 1em;}
.tzby-tit-b2 h3 strong{font-size: 2.25em; font-weight: bold; display: block;}
.tzby-tit-b2 h3 em{font-style: normal; text-transform: uppercase; color: #B33030; font-weight: normal; font-family: Arial; font-size: 14px;} */


.com-more-ckgd a{display: inline-block; background-repeat: no-repeat; background-position: right center; background-size: 64px 25px; padding-right: 72px; line-height: 25px;}
.com-more-ckgd.black a{background-image: url(../images/guide/more_black.png);}
.com-more-ckgd.white a{background-image: url(../images/guide/more_white.png); color: #fff;}

.com-tit-circle h3{position:relative; display: inline-block; padding-left: 28px; font-size:1.625em; font-weight:bold;}
.com-tit-circle h3:before{position:absolute; top:50%; left:0; content:""; width: 10px; height: 10px; margin-top:-8px; border: 4px solid #B33030; border-radius: 50%;}

.com-btn{padding-left: 15px; padding-right: 15px; display: inline-block; white-space: nowrap;}
.com-btn .icon, .com-btn .txt{display: inline-block; vertical-align: middle;}
.com-btn .icon{font-size: 0;}
.com-btn .icon img{display: block;}

.com-hengfu img{display: block; width: 100%;}
@media (max-width: 768px) {
  .res-768-none{display: none;}
}


/* 单行省略号 */
.elli-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
/* 多行省略号 */
.elli-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
@media (min-width: 768px) {
  .elli-xs-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
  .elli-xs-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
}
@media (min-width: 992px) {
  .elli-sm-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
  .elli-sm-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
}
@media (min-width: 1280px) {
  .elli-md-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
  .elli-md-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
}


.transition,
.transition *{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}

.imgscale img{-moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.imgscale img:hover, .imgscale a:hover img{-moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transform:scale(1.05);}
/*图片占位符*/
/***
16:9[56.25%]
4:3[75%]
3:2[66.666667%]
 ***/
.imgratio{position: relative; z-index: 2; display: block; padding-top: 56.25%; height: 0; overflow: hidden;}
.imgratio .imgratio-imgbox{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; display: block; overflow: hidden;}
.imgratio .imgratio-imgbox .imgratio-img{display: block; width: 100%; height: 100%;}
.imgratio.free .imgratio-imgbox .imgratio-img{height: auto; min-height: 100%; object-fit: cover;}



/* 滚动条 */
.scrollbar-xy{overflow: auto;}
.scrollbar-xy::-webkit-scrollbar{ width: 5px;height: 5px;}
.scrollbar-y{overflow-y: auto; overflow-x: hidden;}
.scrollbar-y::-webkit-scrollbar{ width: 5px;height: auto;}
.scrollbar-x{overflow-x: auto; overflow-y: hidden;}
.scrollbar-x::-webkit-scrollbar{ height: 5px;width:auto;}
/* 滚动条轨道 */
.scrollbar-xy::-webkit-scrollbar-track,
.scrollbar-x::-webkit-scrollbar-track,
.scrollbar-y::-webkit-scrollbar-track {border-radius: 3px;background: #D1D1D1;}
/* 滚动条滑块 */
.scrollbar-xy::-webkit-scrollbar-thumb,
.scrollbar-x::-webkit-scrollbar-thumb,
.scrollbar-y::-webkit-scrollbar-thumb{border-radius: 3px;background: #C72C24;}


/* 当前位置crumb */
.crumb{background: #FAFAFA;}
.crumb h2{padding-top: 16px; padding-bottom: 16px; font-size: 1.125em; line-height: 28px; font-weight: normal; color: #888888; }
.crumb h2 a{color: #888888;}
.crumb h2 a:last-child,
.crumb h2 a:hover{color: #000;}


/* 外链跳转 */
.alert-mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.alert-warning{position: fixed;left: 50%;  top: 50%; margin-left:-300px; margin-top: -160px; width: 600px;height: 270px;background:#fff;z-index: 10001;display: none; border:2px solid;border-radius:10px;}
.alert-delete{width: 100%;height: 38px;position: relative;}
.alert-delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
.alert-delete span:hover{background: #929292;}
.alert-wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 35px;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 15px;border-bottom: 1px solid #d4d4d4;}
.alert-footer{width: 100%; padding: 25px 0; text-align: center; color: #000;}	
.alert-footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.25em;}
.alert-warning .continue{width: 124px; height: 42px; color: #ab0d07; border-radius:3px; -webkit-border-radius:3px; border:#e1e1e1 1px solid; text-align: center; line-height: 42px; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;}	
.alert-warning .fangqi{line-height: 42px;  color: #ab0d07;}	
@media (max-width: 640px) {
	.alert-warning{left:2%;margin-left:0; width: 96%; height: auto;}	
	.alert-wzsm{width: 90%;height: auto;margin: 15px auto 0; line-height: 28px;font-size: 18px;color: #000;text-align: center; }
}

/*pages*/
.pages{ clear:both; line-height:38px; color:#555; font-size:15px; text-align: center;}
.pages .pagination_index_last *{vertical-align:middle\9;}
.pages a{display: inline-block; padding:0 12px; margin:3px; zoom:1; color: #555; border:#dfdfdf 1px solid; border-radius:3px;
	transition: all .2s;
	-webkit-transition: all .2s;
	/* background: #f1f1f1;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1); */
}
.pages a.current, .pages a:hover{background:#C72C24; border-color:#C72C24; color:#fff; text-decoration:none;}
.pages.center{text-align: center;}
#jmptopage, .pages button{height: 38px !important; border-color:#dfdfdf !important;}

@media (max-width: 1500px) {
  .pages a{padding-left: 10px; padding-right: 10px; margin-left: 2px; margin-right: 2px;}
}

@media (max-width: 768px) {
  .pages{line-height: 28px;}
	.pages a{border: 0; margin: 0; padding: 0 5px;}
  .pages a.current, .pages a:hover{background: none; color: #B03832; font-weight: bold;}
  .pages form{display: none !important;}
  .pages .first, .pages .last{display: none;}
}
@media (max-width: 480px) {
  .pages{font-size: 14px; text-align: center;}
  .pages a{padding: 0 4px;}
}


.pagination ul li{display: inline-block; margin: 3px;}
.pagination ul li a,.pagination ul li .inputtext {display: inline-block; vertical-align: top; padding: 6px 12px; color: #666; height: 30px; line-height: 30px; text-align: center; transition:  all .2s; -webkit-transition: all .2s; background: #fff; border: 1px solid #d3d3d3; zoom: 1; border-radius:3px;}
.pagination ul li.current a{background: #C72C24; border-color: #C72C24; color: #fff;}
.pagination ul li:not(.current) a:hover{color: #C72C24; border-color: #C72C24;}
.pagination ul li.total{display: none;}
.pagination ul li.pageJump span{display: inline-block; vertical-align: top; height: 32px; line-height: 32px; margin-right: 4px; margin-left: 4px;}
.pagination ul li.pageJump .inputtext{width: 45px; padding-right: 0; padding-left: 0;}
.pagination ul li.pageJump .inputtext:hover{border-color: #e1e1e1;}
.pagination ul li.pageJump .inputtext:focus{border-color: #d6d6d6;}
.pagination ul li.pageJump .okbtn{display: block; background: #C72C24; border-color: #C72C24; color: #fff;}
.pagination ul li.first a,
.pagination ul li.prev a,
.pagination ul li.next a,
.pagination ul li.last a{background: #f2f2f2; border-color: #f2f2f2;}
.pagination ul li.first a:hover,
.pagination ul li.prev a:hover,
.pagination ul li.next a:hover,
.pagination ul li.last a:hover{background: #dfdfdf; border-color: #dfdfdf;}
.pagination .jump-btn{background: #f5f5f5;}
.pagination .jump-btn:hover{background: #fff;}
.pagination.center{text-align: center;}

@media (max-width:992px) {
  .pagination ul li.pageJump{display: none;}	
}
@media (max-width:640px) {
  .pagination{text-align: left !important;}
  .pagination ul li .up{padding: 0 5px; border: none; background-color: transparent !important;}
  .pagination ul li.current .up{color: #C72C24; font-weight: bold;}
}


/** 动画 **/
.anim{-webkit-animation-duration: 0.3s; -webkit-animation-fill-mode: both; animation-duration: 0.3s; animation-fill-mode: both;}
.anim-upbit{-webkit-animation-name: search-upbit; animation-name: search-upbit;}
/* 微微往上滑入 */
@-webkit-keyframes search-upbit{
  from {-webkit-transform: translate3d(0, 15px, 0); opacity: 0.3;}
  to {-webkit-transform: translate3d(0, 0, 0);  opacity: 1;}
}
@keyframes search-upbit{
  from {transform: translate3d(0, 15px, 0);  opacity: 0.3;}
  to {transform: translate3d(0, 0, 0);  opacity: 1;}
}



/* swiper */
.swiper-com-tpxw .swiper-slide{position: relative;}
.swiper-com-tpxw .swiper-slide .txt{position: absolute; left: 0; right: 0; bottom: 0; height: 62px; padding-left: 20px;  padding-right: 120px; background: rgba(0, 0, 0, 0.6); z-index: 2; color: #fff; line-height: 62px;}
.swiper-com-tpxw .swiper-slide .txt a{color: #fff;}

.swiper-pagination.right{left: auto !important; right: 20px; bottom: 19px !important; width: auto !important;}
.swiper-pagination span{transition: .3s all;}

.swiper-pagination-circle span{width: 10px; height: 10px; box-sizing: border-box; border: 1px solid #fff; opacity: 1; background: none;}
.swiper-pagination-circle .swiper-pagination-bullet-active{background: #fff;}
.swiper-pagination-circle.red span{border-color: #999999;}
.swiper-pagination-circle.red .swiper-pagination-bullet-active{background: #D43030; border-color: #D43030;}

.swiper-pagination-block .swiper-pagination span{width: 14px; height: 6px; opacity: 0.7; border-radius: 0; background: #fff; }
.swiper-pagination-block .swiper-pagination .swiper-pagination-bullet-active{opacity: 1; background: #b71a37;}

.swiper-pagination-solid span{width: 11px; height: 11px; opacity:  1; border-radius: 6px; background: #fff;}
.swiper-pagination-solid .swiper-pagination-bullet-active{opacity: 1; background: #C43027; width: 30px;}


.swiper-com-arrow{position: relative;}
.swiper-com-arrow .swiper-button{position: absolute; width: 39px; height: 39px; box-shadow: 0px 0px 6px  rgba(0, 0, 0, 0.1); background: #fff; border-radius: 50%; top: 50%; transform: translateY(-50%); margin-top: 0;}
.swiper-com-arrow .swiper-button-prev{left: -20px;}
.swiper-com-arrow .swiper-button-next{right: -20px;}
.swiper-com-arrow .swiper-button:after{content: ''; width: 9px; height: 17px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-repeat: no-repeat; background-size: 100% 100%;}
.swiper-com-arrow .swiper-button-prev:after{background-image: url(../images/arrow_left_black.png);}
.swiper-com-arrow .swiper-button-next:after{background-image: url(../images/arrow_right_black.png);}
.swiper-com-arrow .swiper-button-prev:hover:after{background-image: url(../images/arrow_left_red.png);}
.swiper-com-arrow .swiper-button-next:hover:after{background-image: url(../images/arrow_right_red.png);}

@media (max-width: 1280px) {
  .swiper-com-arrow .swiper-button-prev{left: 0; border-radius: 0 5px 5px 0;}
  .swiper-com-arrow .swiper-button-next{right: 0; border-radius: 5px 0 0 5px;}
  .swiper-com-arrow .swiper-button{height: 50px; background-color: rgba(0, 0, 0, 0.2);}
  
}

@media (max-width: 768px) {
  .swiper-com-tpxw .swiper-slide .txt{height: 42px; line-height: 42px;}
  .swiper-pagination.right{bottom: 12px !important;}
}


.swiper-com-toolbar{text-align: center; position: relative; z-index: 9;}
.swiper-com-toolbar .swiper-pagination{display: inline-block; position: static; vertical-align: middle; padding: 0 20px;}
.swiper-com-toolbar .swiper-pagination span{display: inline-block; width: 8px; height: 8px; margin:0 5px; background-color: #C72C24; transition: .3s all; cursor: pointer; border-radius: 50%; opacity: 0.2;}
.swiper-com-toolbar .swiper-pagination .swiper-pagination-bullet-active{opacity: 1;}
.swiper-com-toolbar .swiper-ctrl-button{width: 36px; height: 36px; cursor: pointer; display: inline-block; background: #fff; border-radius: 50%; box-shadow: -2px 3px 10px  rgba(199, 44, 36, 0.15); vertical-align: middle; position: relative; left: auto; right: auto; top:auto; margin-top: 0;}
.swiper-com-toolbar .swiper-ctrl-button i{content: ''; width: 19px; height: 10px; background-size: 100% 100%; background-repeat: no-repeat; position: absolute; right: 0; bottom: 0; top: 0; left: 0; margin: auto;}
.swiper-com-toolbar .swiper-button-prev i{background-image: url(../images/arrow2_left_black.png);}
.swiper-com-toolbar .swiper-button-next i{background-image: url(../images/arrow2_right_black.png);}
.swiper-com-toolbar .swiper-button-prev:hover i{background-image: url(../images/arrow2_left_red.png);}
.swiper-com-toolbar .swiper-button-next:hover i{background-image: url(../images/arrow2_right_red.png);}

.swiper-arrow2{position: relative;}
.swiper-arrow2 .swiper-button-prev,
.swiper-arrow2 .swiper-button-next{position: absolute; width: 38px; height: 38px; box-shadow: 0px 4px 10px  rgba(15, 27, 51, 0.1); background-size: 16px; background-position: center center; background-color: #fff; border-radius: 50%; top: 50%; transform: translateY(-50%); margin-top: 0;}
.swiper-arrow2 .swiper-button-prev{left: -20px; background-image: url(../images/arrow3_left_black.png);}
.swiper-arrow2 .swiper-button-next{right: -20px; background-image: url(../images/arrow3_right_black.png);}
.swiper-arrow2 .swiper-button-prev:hover{background-image: url(../images/arrow3_left_red.png);}
.swiper-arrow2 .swiper-button-next:hover{background-image: url(../images/arrow3_right_red.png);}
.swiper-com-pagination .swiper-pagination.center{text-align: center; width: 100%;}
.swiper-com-pagination .swiper-pagination .swiper-pagination-bullet{width: 10px; height: 10px; background: #2354AF; margin-left: 5px; margin-right: 5px;}
.swiper-com-pagination .swiper-pagination.bordercircle .swiper-pagination-bullet{border: 1px solid #999999; background: none; opacity: 1;}
.swiper-com-pagination .swiper-pagination.bordercircle .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #2354AF; border-color: transparent;}

@media (max-width: 768px){
  .swiper-arrow2 .swiper-button-prev{left: -10px;}
  .swiper-arrow2 .swiper-button-next{right: -10px;}
}

/* 归档水印 */
.gd-watermark{width: 222px;position: absolute;z-index: 99;top: 250px;right:10%;}
.gd-watermark .date{font-weight: 800;height: 30px;line-height: 30px;font-size: 14px;color: #C30905;position: absolute;left: 40px;bottom: 60px;-ms-transform: rotate(-30deg);transform: rotate( -30deg);}
@media (max-width: 1280px){
    .gd-watermark{right: 0;}
}

/* 消息弹窗 */
.message-tip-modal{position:fixed;right:0;top:0;bottom:0;left:0;z-index:9999;text-align: center;height: 100vh;line-height: 100vh;}
.message-tip{
  background-color:rgba(0,0,0,.6);border-radius:8px;color:#fff;font-size:14px;
  max-height:400px;max-width:500px;padding:14px 18px;display: inline-block;
  vertical-align: middle;line-height: 1.3;font-size: 1.125em;
}
.message-tip a{font-size: 1.11em;color:#fff;margin: 0 5px;}
.message-tip a:hover{font-weight: 700;}


/* 专题专栏 */
.com-column-ztzl-swiper .swiper-slide{padding-bottom: 10px;}
.com-column-ztzl-swiper .swiper-slide .pic .imgratio{padding-top: 43.865%;}
.com-column-ztzl-swiper .swiper-slide .txt{height: 162px; padding: 20px; box-sizing: border-box; border-radius: 2px; background: linear-gradient(183.24deg, #FFFFFF 0%, #FFFBFA 100%); border: 1px solid #FFEFE8; box-shadow: 0px 0px 8px  rgba(191, 104, 54, 0.08);}
.com-column-ztzl-swiper .swiper-slide .txt .ckgd{text-align: center;}
.com-column-ztzl-swiper .swiper-slide .txt .ckgd a{color: #D94827;}
.com-column-ztzl-swiper .swiper-slide .txt .infolist li{padding-top: 5px; padding-bottom: 5px;}

@media (max-width: 768px){
  .com-column-ztzl-swiper .swiper-slide .txt{height: auto;}
  .com-column-ztzl-swiper .swiper-slide .txt .infolist li a:before{top: 17px;}
}

/* 调查征集 */
.column-collect-tt{height: 106px; }
.column-collect-tt.line{border-bottom: #D9D9D9 1px solid;}
.column-collect-tt .box{position: relative;}
.column-collect-tt .pic{position: absolute; left: 0; top: 0;}
.column-collect-tt .pic img{width: 109px; height: 106px;}
.column-collect-tt .txt{margin-left: 130px; padding-top: 4px;}
.column-collect-tt .tit{line-height: 30px; height: 60px; margin-bottom: 16px; font-size: 1.125em;}
.column-collect-tt .time b{font-weight: normal;}

.column-collect-list li{position: relative; padding-bottom: 25px;}
.column-collect-list li:last-child{padding-bottom: 5px;}
.column-collect-list li .box{padding-left: 30px; position: relative;}
.column-collect-list li:before{content: ''; background: #E89B97; width: 1px; position: absolute; top: 0; bottom: 0; left: 9px;}
.column-collect-list li .attr{ margin-bottom: 10px; font-size: 16px;}
.column-collect-list li .status{color: #A6A6A6; margin-right: 28px; margin-bottom: 13px;}
.column-collect-list li .time{color: #808080;}
.column-collect-list li .time b{font-weight: normal;}
.column-collect-list li .tit{line-height: 30px; height: 60px; font-size: 1.125em;}

.column-collect-list li .box i{position: absolute; left: 0; top: 4px; width: 20px; height: 20px; border-radius: 50%; transition: .3s all;}
.column-collect-list li .box i:after{content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #C72C24; left: 0; top: 0; right: 0; bottom: 0; margin: auto; transition: .3s all;}
.column-collect-list li.ing .box i{background: #FFD3D1;}
.column-collect-list li.ing .box .status{color: #C72C24;}

@media (max-width: 768px) {
  .column-collect-tt .time span{display: none;}
}



@keyframes circle360 {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}


.fixedbar-znwd{position: fixed; z-index: 999; right: 20px; top: 20px;}
.fixedbar-znwd a{display: block; width: 122px; height: 80px; background: url(../images/znwd_donghua_btn.png) no-repeat right bottom; background-size: 100px;}
.fixedbar-znwd img{position: absolute; left: 0; bottom: 10px; display: block; height: 66px; transition: .3s all;}
.fixedbar-znwd .znwd-img-whl{left: 10px; height: 90px;}
.fixedbar-znwd .znwd-img-ws{left: 15px;}

@media (max-width: 1280px) {
  .fixedbar-znwd{display: none;}
}